Version

copyCursor Property

Gets sets the cursor that should be used if the DragDropEffect is Copy. Note: the set_copyCursor may contain optional second param, which specifies whether the cursor is a default browser cursor (false), or a custom url(true). Either a default browser cursor name, or a custom url.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_copyCursor() : String
function set_copyCursor(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropBehavior.get_copyCursor();
See Also